home *** CD-ROM | disk | FTP | other *** search
/ Video Professor: How to Buy & Sell on eBay / Video Professor: How to Buy & Sell on eBay - Disc 1.iso / firewall.dxr / Internal_1_post text script.ls < prev    next >
Encoding:
Text File  |  2005-12-16  |  602 b   |  16 lines

  1. global gcddrive
  2.  
  3. on POST me
  4.   LastName = member("lastName").text
  5.   Firstname = member("firstName").text
  6.   EmailAddress = member("emailAddress").text
  7.   cdPartNumber = member("cdPartNumber").text
  8.   if member("optin").hilite = 1 then
  9.     optin = "yes"
  10.   end if
  11.   if member("optin").hilite = 0 then
  12.     optin = "no"
  13.   end if
  14.   baOpenURL("http://www.videoprofessor.com/index.cfm?fuseaction=shoppingcart.landingPage&campaignID=200054&firstName=" & Firstname & "&lastName=" & LastName & "&emailAddress=" & EmailAddress & "&source=photoshopcsL1&optin=" & optin & "&cdPartNumber=" & cdPartNumber, "normal")
  15. end
  16.